Use the explicit convertion to get a value of matrix.
            
            
            
            
            
            
            
            '宣言
 
Public Operator Narrowing CType( _
   ByVal  As Matrix(Of T) _
) As 
             
        
            
            public  operator explicit( 
   Matrix<T> 
)
             
        
             
        
            パラメータ
- value
 
- A Matrix indicates the matrix will calculate value of it.
 
            
            戻り値の型
A double indicates the value of the speical matrix.